GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-21T23:34:41.960298+00:00",
"SubmitDate": "2025-11-21T23:34:41.960298+00:00",
"ReportPeriodStart": "2025-11-21T23:34:41.960298+00:00",
"ReportPeriodEnd": "2025-11-21T23:34:41.960298+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3e318bbe-5671-47a3-917c-ac1f5fbb02f9",
"Rows": [
{
"ItemId": "b6beda7e-a061-403d-8830-24969eb89102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6beda7e-a061-403d-8830-24969eb89102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3e318bbe-5671-47a3-917c-ac1f5fbb02f9",
"Rows": [
{
"ItemId": "b6beda7e-a061-403d-8830-24969eb89102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6beda7e-a061-403d-8830-24969eb89102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f26b809c-6ea4-457b-9984-edb93ad69b31",
"24be91e5-9cc0-4942-a79e-fa3137498ea3"
],
"Approvers": [
"9da33ad1-ead0-431c-bd19-a79794a322f0",
"d04e9654-446d-4824-9d01-fea801b3b78f"
],
"ApprovedBy": "b55af0f1-d32e-4520-9c2a-11ca8ae95e1a",
"ApprovalDate": "2025-11-21T23:34:41.960298+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5b55d37a-45de-40c0-848c-00ef337b3aac",
"id": "6e1878e5-958a-41cc-91de-024de64e80e4",
"ConfigId": "6f80e081-18da-4398-9b84-4c78ebc39b7a"
},
{
"GenerationDate": "2025-11-21T23:34:41.960298+00:00",
"SubmitDate": "2025-11-21T23:34:41.960298+00:00",
"ReportPeriodStart": "2025-11-21T23:34:41.960298+00:00",
"ReportPeriodEnd": "2025-11-21T23:34:41.960298+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3e318bbe-5671-47a3-917c-ac1f5fbb02f9",
"Rows": [
{
"ItemId": "b6beda7e-a061-403d-8830-24969eb89102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6beda7e-a061-403d-8830-24969eb89102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3e318bbe-5671-47a3-917c-ac1f5fbb02f9",
"Rows": [
{
"ItemId": "b6beda7e-a061-403d-8830-24969eb89102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6beda7e-a061-403d-8830-24969eb89102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f26b809c-6ea4-457b-9984-edb93ad69b31",
"24be91e5-9cc0-4942-a79e-fa3137498ea3"
],
"Approvers": [
"9da33ad1-ead0-431c-bd19-a79794a322f0",
"d04e9654-446d-4824-9d01-fea801b3b78f"
],
"ApprovedBy": "b55af0f1-d32e-4520-9c2a-11ca8ae95e1a",
"ApprovalDate": "2025-11-21T23:34:41.960298+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5b55d37a-45de-40c0-848c-00ef337b3aac",
"id": "6e1878e5-958a-41cc-91de-024de64e80e4",
"ConfigId": "6f80e081-18da-4398-9b84-4c78ebc39b7a"
}
]